home *** CD-ROM | disk | FTP | other *** search
/ Joystick Magazine 1996 May / cd joy 71No13.iso / pc / demos / bam / instw95.cfg < prev    next >
Text File  |  1996-03-28  |  2KB  |  71 lines

  1. rem   This is the configuration file used to install BAM
  2. rem   =========================================================
  3.  
  4.     rem --- set the character that is used for background on the screen
  5.     rem   - good choices are ∞ ± ≤ . or a space
  6. SCREENFILLCHAR: "Blood & Magic by Tachyon Studios    ", -10
  7.  
  8.     rem --- set the colors that the end-user sees on the screen
  9.     rem   - your choices are: BLACK BLUE GREEN CYAN RED MAGENTA YELLOW WHITE
  10.     rem   - and you may add the modifier BRIGHT to intensify the selected color
  11. TITLEBACKGROUND : WHITE
  12. TITLEFOREGROUND : BLUE
  13. SCREENBACKGROUND: BLACK
  14. SCREENFOREGROUND: WHITE
  15. BOTTOMBACKGROUND: WHITE
  16. BOTTOMFOREGROUND: BLUE
  17. WINDOWBACKGROUND: BLUE
  18. WINDOWFOREGROUND: bright WHITE
  19. PROMPTBACKGROUND: red
  20. PROMPTFOREGROUND: BRIGHT WHITE
  21.  
  22.     rem --- the title that appears at the top of all screens
  23. TITLE: "Blood & Magic Non-Interactive Demo Installer for Windows 95"
  24.  
  25. BEGINFIRSTSCREEN
  26.  
  27.    Welcome to the Blood & Magic Non-Interactive Demo.  If you are
  28.    NOT installing this under Windows 95, please exit now by pressing
  29.    ESCAPE and run "INSTALL.EXE" from your CD-ROM.
  30.  
  31.    To obtain better performance, we are about to install this demo
  32.    onto your hard drive.  This will require 32 megs of free space.
  33.    A convenient startup icon will also be created in your Windows
  34.    95 Desktop.
  35.  
  36.    If you prefer to run the demo directly from your CD-ROM instead,
  37.    you must do the following:
  38.  
  39.    1) Press the Escape key to exit this installer, followed by Y.
  40.    2) At the Windows 95 Desktop click on Start/Shutdown/Restart In DOS.
  41.    3) At the DOS prompt, move to your CD-ROM drive (probably by typing
  42.       either "D:" or "E:", and pressing ENTER).
  43.    4) Type DEMO and press ENTER.
  44.  
  45. ENDFIRSTSCREEN
  46.  
  47. rem --- check that the end user has a powerful enough CPU (8086, 80286,...)
  48. MINCPUTYPE: 80486
  49. rem --- set the default drive and directory for installation
  50. DEFAULTDIR: C:\INTRPLAY\BAMDEMO
  51. MINDISKSPACE: 32000000
  52.  
  53. FILE: *.*, overwrite=yes
  54.  
  55. BEGINLASTSCREEN
  56.  
  57.       You have completed installation of the
  58.                   Blood & Magic
  59.               Non-Interactive Demo.
  60.  
  61.     To see the demo, click on the Blood & Magic
  62.  Demo icon now located in your Windows 95 desktop.
  63.  
  64.             Press any key to continue.
  65.  
  66. ENDLASTSCREEN
  67.  
  68. RUNATEXIT: "MAKEPIF $DEFAULTDIR$ DEMO.BAT $SOURCEDRIVE$"
  69.  
  70. RUNATEXIT: "echo Click on the Blood & Magic Demo icon to see the demo"
  71.